sdhistoryutils module¶
-
class
sd.api.sdhistoryutils.SDHistoryUtils(APIContext, handle, *args, **kwargs)¶ Bases:
sd.api.sdapiobject.SDAPIObject-
class
UndoGroup(name: str)¶ Bases:
object
-
static
commitTransaction() → None¶ Commit the current transaction
-
getClassName() → str¶ Returns the most specific name of the class this APIObject is
-
static
newTransaction(name: str) → None¶ Create a new undo transaction
- Parameters
name – The transaction name
-
release() → None¶ Releases an APIObject
-
class